home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Business Master (4th Edition)
/
The Business Master - 4th Edition.iso
/
files
/
utilstem
/
autopc
/
hostkeys.lit
< prev
next >
Wrap
Text File
|
1992-08-26
|
2KB
|
61 lines
HOSTKEYS
HOSTKEYS will save you time and effort controlling your 3270 terminal
sessions. HOSTKEYS automates mainframe 3270 terminal sessions by
processing easy to define script files. HOSTKEYS works with all 3270
emulation products that support IBM compatible HLLAPI (High Level
Language Application Program Interface).
HOSTKEYS is a communication option of AUTO-PC, another product from
Logical Business Systems, Inc. HOSTKEYS is available as shareware.
With AUTO-PC, calls to HOSTKEYS can be scheduled for unattended
processing.
The following are samples of HOSTKEYS commands:
C: -> Check 3270 screen for a string.
Format: C:ROW,COLUMN,'STRING',TIMER,LABEL
E: -> Error Exit, return DOS errorlevel indicator.
Format: E:
G: -> GOTO LABEL
Format: G:LABEL
H: -> HOTKEY (Toggle between PC session and Host session)
Format: H:
I: -> Read/Write 3270 screens to/from DOS files.
Formats: I:O,FILENAME.EXT,MODE (OPEN)
I:C,FILENAME.EXT (CLOSE)
I:R,FILENAME.EXT,EOF_LABEL (READ)
I:W,FILENAME.EXT,OPTIONS (WRITE)
K: -> Send keystrokes to host.
Format: K:( Keystrokes Go Here )
L: -> LABEL
Format: L:LABEL NAME
P: -> PAUSE
Format: P:HALF SECONDS
S: -> Search 3270 screen for a string.
Format: S:ROW,COLUMN,'STRING',TIMER,LABEL
T: -> File Transfer
Format: T:TYPE,ACTUAL FILE TRANSFER COMMAND
TYPE = S for a SEND to HOST
R for a RECEIVE from HOST
W: -> WAIT for XCLOCK or XSYSTEM.
Format: W:
*: -> Comment
Format: *:Comments are placed here and will be displayed in
PC session screen.